a11y: Make things appear on focus in
authorMatthias Clasen <mclasen@redhat.com>
Tue, 20 Apr 2021 00:39:32 +0000 (20:39 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 20 Apr 2021 00:39:32 +0000 (20:39 -0400)
commit5f2c08cef1683d9f998548db4f614a524c429f03
treea2d3dedc604b544f1886fe409b7fc231734a4a50
parenta455db01a0e00bb14c63a554ad85bae59a39e83b
a11y: Make things appear on focus in

We are starting with a pretty empty a11y object tree,
and we want orca to bring more of it into existence
by navigating the tree. But that only happens when we
send it events. Primarily focus events, which come in
from GTK via the platform_change mechanism. So realize
the context when we are sending platform_changes,
otherwise, orca never gets the mesage.
gtk/gtkatcontext.c